﻿2026-07-27T10:58:52.0722917Z ##[group]Run actions/checkout@v5
2026-07-27T10:58:52.0723748Z with:
2026-07-27T10:58:52.0724364Z   repository: BigscreenVR/spt-bs-core
2026-07-27T10:58:52.0730603Z   token: ***
2026-07-27T10:58:52.0731300Z   ssh-strict: true
2026-07-27T10:58:52.0731986Z   ssh-user: git
2026-07-27T10:58:52.0732653Z   persist-credentials: true
2026-07-27T10:58:52.0733124Z   clean: true
2026-07-27T10:58:52.0733526Z   sparse-checkout-cone-mode: true
2026-07-27T10:58:52.0733961Z   fetch-depth: 1
2026-07-27T10:58:52.0734337Z   fetch-tags: false
2026-07-27T10:58:52.0734718Z   show-progress: true
2026-07-27T10:58:52.0735105Z   lfs: false
2026-07-27T10:58:52.0735448Z   submodules: false
2026-07-27T10:58:52.0735849Z   set-safe-directory: true
2026-07-27T10:58:52.0736282Z   allow-unsafe-pr-checkout: false
2026-07-27T10:58:52.0736715Z ##[endgroup]
2026-07-27T10:58:52.1514752Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T10:58:52.1516432Z ##[group]Getting Git version info
2026-07-27T10:58:52.1517142Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-27T10:58:52.1518152Z [command]/usr/bin/git version
2026-07-27T10:58:52.1553761Z git version 2.43.0
2026-07-27T10:58:52.1572376Z ##[endgroup]
2026-07-27T10:58:52.1583927Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ba3ab64c-2698-42f1-9a08-c2598b60c5b2' before making global git config changes
2026-07-27T10:58:52.1585160Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T10:58:52.1587466Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-27T10:58:52.1621648Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-27T10:58:52.1642209Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T10:58:52.1653146Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T10:58:52.1655708Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T10:58:52.1675335Z HEAD
2026-07-27T10:58:52.1704740Z ##[endgroup]
2026-07-27T10:58:52.1706076Z [command]/usr/bin/git submodule status
2026-07-27T10:58:52.1890451Z ##[group]Cleaning the repository
2026-07-27T10:58:52.1894857Z [command]/usr/bin/git clean -ffdx
2026-07-27T10:58:52.1934288Z [command]/usr/bin/git reset --hard HEAD
2026-07-27T10:58:52.2083014Z HEAD is now at 921c37a6 Merge fe4c6f29193bbdb4dbda49552c24bdeb54d3bf30 into f30aa86941f6cb9c4b9d67ec2303a569573818e4
2026-07-27T10:58:52.2088664Z ##[endgroup]
2026-07-27T10:58:52.2091165Z ##[group]Disabling automatic garbage collection
2026-07-27T10:58:52.2095050Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T10:58:52.2123323Z ##[endgroup]
2026-07-27T10:58:52.2124291Z ##[group]Setting up auth
2026-07-27T10:58:52.2128464Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T10:58:52.2158306Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T10:58:52.2346989Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T10:58:52.2371634Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T10:58:52.2571181Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T10:58:52.2597888Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T10:58:52.2790191Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T10:58:52.2821213Z ##[endgroup]
2026-07-27T10:58:52.2822318Z ##[group]Fetching the repository
2026-07-27T10:58:52.2827544Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +921c37a6e5abafac78eb69ea89278fc12ed54597:refs/remotes/pull/102/merge
2026-07-27T10:58:52.8342620Z ##[endgroup]
2026-07-27T10:58:52.8343647Z ##[group]Determining the checkout info
2026-07-27T10:58:52.8344672Z ##[endgroup]
2026-07-27T10:58:52.8346250Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T10:58:52.8393628Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T10:58:52.8418007Z ##[group]Checking out the ref
2026-07-27T10:58:52.8433641Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/102/merge
2026-07-27T10:58:52.8472028Z HEAD is now at 921c37a6 Merge fe4c6f29193bbdb4dbda49552c24bdeb54d3bf30 into f30aa86941f6cb9c4b9d67ec2303a569573818e4
2026-07-27T10:58:52.8475677Z ##[endgroup]
2026-07-27T10:58:52.8506475Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T10:58:52.8529321Z 921c37a6e5abafac78eb69ea89278fc12ed54597
